home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 February / PCWorld_2007-02_cd.bin / domacnost a kancelar / pspad / pspad452inst_cz.exe / {app} / Context / Txt.DEF < prev    next >
Text File  |  2006-07-13  |  752b  |  30 lines

  1. ; PSPad clip definition file for Text
  2. ; author: usb01243
  3. ; last revision 12. Jul 2006 15:25
  4. ;
  5. [Test | Test section]
  6. The next line ends with the word THIS
  7. which is pasted to a text file as NUL %THIS%
  8.  
  9. But with a space anywhere between the % signs
  10. it is pasted 'correctly' % THIS%
  11.  
  12. I can't escape it with '\'
  13. as you can see here: \%THIS\%
  14.  
  15. Nor can I with MS's '^'
  16. as you can see here: ^%THIS^%
  17.  
  18. This produces the following result when used in a *txt file:
  19.  
  20. The next line ends with the word THIS
  21. which is pasted to a text file as NUL
  22.  
  23. But with a space anywhere between the % signs
  24. it is pasted 'correctly' % THIS%
  25.  
  26. I can't escape it with '\'
  27. as you can see here: \%THIS\%
  28.  
  29. Nor can I with MS's '^'
  30. as you can see here: ^%THIS^%